typo fix
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 1 Jun 2006 01:57:01 +0000 (01:57 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 1 Jun 2006 01:57:01 +0000 (01:57 +0000)
docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkcellrendererspin.sgml

index de7fb8d5f977b1420316e5626b25088ba7a10948..ebed39f56f749ae8a5c118dee0c7922654b03c80 100644 (file)
@@ -1,5 +1,7 @@
 2006-05-31  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/tmpl/gtkcellrendererspin.sgml: Fix a typo
+
        * gtk/gtk-sections.txt: Update 
 
 2006-05-30  Matthias Clasen  <mclasen@redhat.com>
index 4720dd0becd9a8e494adb4d6c2fb9ae9605108ee..2a454c25bf8b02927fb82ec28507ebea6f17f1e3 100644 (file)
@@ -16,7 +16,7 @@ that means that the text has to be parseable as a floating point number.
 The range of the spinbutton is taken from the adjustment property of the
 cell renderer, which can be set explicitly or mapped to a column in the 
 tree model, like all properties of cell renders. #GtkCellRendererSpin
-also has properties for the climb rante and the number of digits to
+also has properties for the climb rate and the number of digits to
 display. Other #GtkSpinButton properties can be set in a handler for the
 start-editing signal.
 </para>